Module-level declarations

Functions

Link copied to clipboard
function address_to_bytes(address: text): byte_array
Link copied to clipboard
function create_evm_link(account: account, address: byte_array)
Link copied to clipboard
function get_account(address: byte_array): account?
Link copied to clipboard
function get_account_id(address: byte_array): byte_array?
Link copied to clipboard
function get_address(account_id: byte_array): byte_array?
Link copied to clipboard
function get_all_evm_accounts(cursor: page_cursor): list<((address: byte_array, account_id: byte_array), rowid: rowid)>
Link copied to clipboard
function is_hex_string(eth_address: text): boolean
Link copied to clipboard
function require_account_id(eth_address: text): byte_array
Link copied to clipboard
Link copied to clipboard
function require_valid_address(eth_address: text)